home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amiga / muibuilder / mb / developer / c / sources_gencodec / writecatalogfiles.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-22  |  211 b   |  5 lines

  1. #include <dos/dos.h>
  2. #include <exec/types.h>
  3.  
  4. BOOL Write_Catalog_h_File(char *Catalog_h_File,char *CatalogName,char *GetString);
  5. BOOL Write_Catalog_c_File(char *Catalog_c_File,char *CatalogName,char *GetString);